home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global slct, slcline, slfile, ngyou
- if line the mouseLine of field the mouseCast > 125 then
- set slct to line the mouseLine of field the mouseCast
- set slcline to the mouseLine
- hilite line the mouseLine of field "BOOKTITLE"
- set slfile to line slcline of field "zBOOKTITLE"
- set the visible of sprite 12 to 1
- set the visible of sprite 14 to 1
- if doubleClick() then
- slect()
- end if
- else
- exit
- end if
- end
-